net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3712: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L3829: 	if p.donec == nil {
		h2_bundle.go#L3835: 	case <-p.donec:
		h2_bundle.go#L3837: 		close(p.donec)
		h2_bundle.go#L3856: 	if p.donec == nil {
		h2_bundle.go#L3857: 		p.donec = make(chan struct{})
		h2_bundle.go#L3863: 	return p.donec